Autogenerated HTML docs for v2.4.2-387-gf86f3 
diff --git a/diff-options.txt b/diff-options.txt index b7c3afe..3ad6404 100644 --- a/diff-options.txt +++ b/diff-options.txt 
@@ -43,10 +43,19 @@    ifndef::git-format-patch[]  --raw:: -	Generate the raw format. +ifndef::git-log[] +	Generate the diff in raw format.  ifdef::git-diff-core[] 	This is the default.  endif::git-diff-core[] +endif::git-log[] +ifdef::git-log[] +	For each commit, show a summary of changes using the raw diff +	format. See the "RAW OUTPUT FORMAT" section of +	linkgit:git-diff[1]. This is different from showing the log +	itself in raw format, which you can achieve with +	`--format=raw`. +endif::git-log[]  endif::git-format-patch[]    ifndef::git-format-patch[]